home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / FinderGrok / Grok / Source / Prefix / FinalPrefix.pch++ < prev    next >
Text File  |  2000-06-23  |  868b  |  26 lines

  1. // ===========================================================================
  2. //    FinalPrefix.pch++            ©1999-2000 Metrowerks Inc. All rights reserved.
  3. // ===========================================================================
  4. //    Source for precompiled header for PowerPlant headers
  5. //
  6. //    This file #includes most header files for the PowerPlant library,
  7. //    as well as most of the Toolbox headers used by the PowerPlant library
  8. //    with all debugging symbols defined.
  9.  
  10.  
  11.     // This same file works for PowerPC and 68K. We check the target
  12.     // at compile time and specify the appropriate output file name.
  13.     
  14. #if __POWERPC__
  15.     #pragma precompile_target "FinalPrefixHeadersPPC++"
  16. #else
  17.     #pragma precompile_target "FinalPrefixHeaders68K++"
  18. #endif
  19.  
  20. #pragma once on
  21.  
  22.     // Bring in common settings
  23. #include "PrefixCommon.h"
  24.  
  25.     // Bring in PP headers.
  26. #include <PP_ClassHeaders.cp>